home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetFindParaAttr.h ---------------------------------------------------
- * Copyright (c) 1996 Adobe Systems Incorporated. All rights reserved.
- *
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetFindParaAttr__
- #define __PGetFindParaAttr__
-
- #include "PHandleQuery.h"
-
- #include "PMTypes.h"
-
- class PGetFindParaAttr : public PHandleQuery
- {
-
- public:
-
- PGetFindParaAttr();
-
- const char * sParaStyle;
- short cAlignment;
- short cLeadingType;
- };
-
- #endif
-
- // end of PGetFindParaAttr.h
-